const rsc.io/qr.amod
9 uses
rsc.io/qr (current package)
png.go#L355: const amod = 65521
png.go#L363: b += uint32(n%amod) * a
png.go#L364: b = b % amod
png.go#L375: b += (m % amod) * a
png.go#L376: b = b % amod
png.go#L377: b += (m * (m + 1) / 2) % amod * uint32(pi)
png.go#L378: b = b % amod
png.go#L379: a += (m % amod) * uint32(pi)
png.go#L380: a = a % amod
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |